Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for encoding prolems under Linux with barely UTF-8 support and add ctypes support for NLPIR #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hustcalm
Copy link
Contributor

I'm using Linux Mint 15 with barely UTF-8 support, running python demo.py will give the wrong encoding outputs.

Using unicode and then encode it to the specified encoding is a good practice and easy to port across platforms.

Also a file called demo_linux-utf8.py demonstrating encoding problems is presented.

Besides SWIG approach, people may want to try ctypes, demos for linux32 and win32 are provided with a brief README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant